ensemble methods

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

Ensemble methods use large numbers of simpler AI units to solve complex problems. A common example is the random forest which combines the results of large numbers of decsion trees, but other kinds of algorithms can be used for the simpler units. The combination method may be a simple vote, or may involve more complex weighting of the results of individual units.

Defined on page 386

Used on Chap. 8: page 163; Chap. 16: pages 386, 387

Also known as ensemble algorithms